github.com/refraction-networking/utls.sessionController.locked (field)
7 uses
github.com/refraction-networking/utls (current package)
u_session_controller.go#L52: locked bool
u_session_controller.go#L62: locked: false,
u_session_controller.go#L69: return s.locked
u_session_controller.go#L102: uAssert(s.state == NoSession && !s.locked, "tls: aboutToLoadSession failed: must only load session when the session of the client hello is not locked and when there's currently no session")
u_session_controller.go#L121: if s.locked {
u_session_controller.go#L138: s.locked = true
u_session_controller.go#L321: uAssert(!s.locked, "tls: LoadSessionCoordinator.onEnterLoadSessionCheck failed: session is set and locked, no call to loadSession is allowed")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |